Einhugur Xml Plugin for Xojo

Node.PrependCopy Method

Copies the specified attribute to become a attribute of this node by prepending it.

PrependCopy(
   copied as EinhugurXml.Attribute) as EinhugurXml.Attribute

Parameters

copied
The attribute to be copied.

Returns

EinhugurXml.Attribute
Returns copied attribute, or empty attribute on error.

Remarks

See Also

Node Class